home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / v cisle / wireshark / wireshark-setup-0.99.6a.exe / diameter / mobileipv4.xml < prev    next >
Extensible Markup Language  |  2007-07-09  |  3KB  |  74 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id: mobileipv4.xml 19889 2006-11-14 06:14:20Z etxrab $ -->
  3.  
  4.     <application id="2" name="Mobile IPv4 Application" uri="http://www.ietf.org/rfc/rfc4004.txt">
  5.  
  6.         <!-- Mobile-IPv4 Application -->
  7.         <command name="AA-Mobile-Node" code="260" vendor-id="None"/>
  8.         <command name="Home-Agent-MIP" code="262" vendor-id="None"/>
  9.  
  10.         <!-- ************************** Mobile-IPv4 AVPS ********************* -->
  11.         <avp name="MIP-Reg-Request" code="320" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  12.             <type type-name="MIPRegistrationRequest"/>
  13.         </avp>
  14.         <avp name="MIP-Reg-Reply" code="321" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  15.             <type type-name="OctetString"/>
  16.         </avp>
  17.         <avp name="MIP-MN-AAA-Auth" code="322" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  18.             <grouped>
  19.                 <gavp name="MIP-MN-AAA-SPI"/>
  20.                 <gavp name="MIP-Auth-Input-Data-Length"/>
  21.                 <gavp name="MIP-Authenticator-Length"/>
  22.                 <gavp name="MIP-Authenticator-Offset"/>
  23.             </grouped>
  24.         </avp>
  25.         <avp name="MIP-Foreign-Agent-Host" code="330" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  26.             <type type-name="DiameterIdentity"/>
  27.         </avp>
  28.         <avp name="MIP-Mobile-Node-Address" code="333" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  29.             <type type-name="IPAddress"/>
  30.         </avp>
  31.         <avp name="MIP-Home-Agent-Address" code="334" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  32.             <type type-name="IPAddress"/>
  33.         </avp>
  34.         <avp name="MIP-Previous-FA-Host" code="335" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  35.             <type type-name="DiameterIdentity"/>
  36.         </avp>
  37.         <avp name="MIP-Previous-FA-Addr" code="336" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  38.             <type type-name="IPAddress"/>
  39.         </avp>
  40.         <avp name="MIP-Feature-Vector" code="337" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  41.             <type type-name="Unsigned32"/>
  42.         </avp>
  43.         <avp name="MIP-Auth-Input-Data-Length" code="338" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  44.             <type type-name="Unsigned32"/>
  45.         </avp>
  46.         <avp name="MIP-Authenticator-Length" code="339" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  47.             <type type-name="Unsigned32"/>
  48.         </avp>
  49.         <avp name="MIP-Authenticator-Offset" code="340" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  50.             <type type-name="Unsigned32"/>
  51.         </avp>
  52.         <avp name="MIP-MN-AAA-SPI" code="341" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  53.             <type type-name="Unsigned32"/>
  54.         </avp>
  55.         <avp name="MIP-FA-Challenge" code="344" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  56.             <type type-name="OctetString"/>
  57.         </avp>
  58.         <avp name="MIP-Algorithm-Type" code="345" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  59.             <type type-name="Unsigned32"/>
  60.             <enum name="HMAC-SHA-1" code="2"/>
  61.         </avp>
  62.         <avp name="MIP-Replay-Mode" code="346" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  63.             <type type-name="Unsigned32"/>
  64.             <enum name="None" code="1"/>
  65.             <enum name="Timestamps" code="2"/>
  66.             <enum name="Nonces" code="3"/>
  67.         </avp>
  68.         <avp name="MIP-Filter-Rule" code="347" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
  69.             <type type-name="IPFilterRule"/>
  70.         </avp>
  71.         <!-- ************************ END Mobile-IPv4 AVPS ******************* -->
  72.  
  73.     </application>
  74.